blake2b-ref.rs
A no_std
BLAKE2B crate.
This crate is transcompiled by c2rust; the source code is from the offcial BLAKE2 ref implementation.
The transcompiled source has been modified slightly to support no_std
.
The API design is highly inspired - almost copy from https://github.com/nervosnetwork/blake2b-rs.